home *** CD-ROM | disk | FTP | other *** search
/ Business Heaven / Business Heaven.iso / network.w / netlinx / netlinx.doc < prev    next >
Text File  |  1993-09-26  |  2KB  |  83 lines

  1.             NETLINX
  2.             -------
  3.  
  4. Netlinx consists of 3 main files, along with several support files that
  5. you must create and maintain.
  6.  
  7.             Program files
  8.             -------------
  9.  
  10. The non-changeable files are as follows : 
  11.  
  12.     NETLINX.EXE    Should be installed in your PCs path on the 
  13.             network.
  14.  
  15.     VBRUN200.DLL    Should be installed in your PCs path on the 
  16.             network. (This is not supplied in the ZIP file
  17.             but is obtainable elsewhere).
  18.  
  19.     THREED.VBX    Should be installed in your PCs path on the 
  20.             network.
  21.     
  22.             Text files
  23.             ----------
  24.  
  25. The files you need to maintain are the .ini file, the list of printers, 
  26. the list of services and the logon message file.
  27.  
  28. In the supplied file they are : 
  29.  
  30.     NETLINX.INI    Should be copied to the Windows directory of the 
  31.             PC.
  32.     printers.txt    Resides where the ini file points to for it.
  33.  
  34.     services.txt       Resides where the ini file points to for it.
  35.  
  36.     pcwelcom.txt      Resides where the ini file points to for it
  37.  
  38. The format of the NETLINX.INI file is as follows : 
  39.  
  40.     [NETLINX]        compulsory as typed here
  41.     node=muzzys        The rest should have your information 
  42.     systemdrive=v:        after the = sign
  43.     systemservice=pcsav41
  44.     printerfile=v:\pcapp\printers.txt
  45.     servicefile=v:\pcapp\services.txt
  46.     messagefile=v:\pcapp\pcwelcom.txt
  47.  
  48. The format of the printers and services files is as follows : 
  49.  
  50.     \\xxxxxx\yyyyyyyyy[%]    zzzzzzzz zzzzz zzzzzzzz
  51.  
  52. Where :
  53.  
  54.     The \\ is mandatory
  55.  
  56.     xxxxxx is the node name
  57.  
  58.     The \ is mandatory.
  59.     
  60.     yyyyyyyyy is the network name for the printer service 
  61.         (e.g. hp$print or hp$print_10)
  62.  
  63.     The % sign is optional, if it is there then the service is 
  64.     connected with the supplied Username/Password.
  65.  
  66.     zzzzzzzz zzz ... is the english description for the printer 
  67.         (e.g. Laser Jet II in reception).
  68.  
  69. NOTE :     The description (zzzz...) must start at character position 25 on the line.
  70.  
  71. The message file just needs to be formatted how you want it to appear once the user is logged in. Have a look at the example file supplied.
  72.  
  73.             Information files
  74.             -----------------
  75.  
  76.     Readme.1st    A small file telling you what to do with the
  77.             .DOC files.
  78.  
  79.     Netlinx.doc    This is the file you are currently looking at.
  80.  
  81.     Register.doc    The form to complete when registering your copy
  82.             of Netlinx.
  83.